box: Use widget child list when computing size request
authorTimm Bäder <mail@baedert.org>
Tue, 6 Feb 2018 21:19:30 +0000 (22:19 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 9 Feb 2018 10:36:53 +0000 (11:36 +0100)
commit3a4c6c18b30fadb0ffb24564b99cb9b88146a900
treec140936071100009ede012a7ca495e2a295c749b
parent5e9f5c17b5e502dd09fcb89672bcc535189c3188
box: Use widget child list when computing size request

Contrary to what the comments in this function might suggest, it does
not actually do anything about child positions, child child sizes. So,
packing doesn't matter and we don't need to iterate over all child
widgets twice.
gtk/gtkbox.c